Overload | Description |
---|---|
BTreeDictionary<TKey,TValue> Constructor() | Constructs a BTreeList instance. |
BTreeDictionary<TKey,TValue> Constructor(IComparer<TKey>) | Constructs a BTreeList instance. |
BTreeDictionary<TKey,TValue> Constructor(Int32,IComparer<TKey>) | Constructs a BTreeList instance. |
BTreeDictionary<TKey,TValue> Constructor(IEnumerable<KeyValuePair<TKey,TValue>>) | Constructs a BTreeList instance. |
BTreeDictionary<TKey,TValue> Constructor(IComparer<TKey>,IEnumerable<KeyValuePair<TKey,TValue>>) | Constructs a BTreeList instance. |
BTreeDictionary<TKey,TValue> Constructor(Int32,IComparer<TKey>,IEnumerable<KeyValuePair<TKey,TValue>>) | Constructs a BTreeList instance. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7